home *** CD-ROM | disk | FTP | other *** search
/ ZAM 2 / ZAM 2.adf / NewTopaz.doc < prev    next >
Text File  |  1990-09-07  |  1KB  |  38 lines

  1. ####################################################################
  2. ####                                ####
  3. ####            NEWTOPAZ  -  DOCS            ####
  4. ####                                ####
  5. ####            - Public Domain -            ####
  6. ####                                ####
  7. ####        - by METALLION of KEFRENS in 1990 -        ####
  8. ####                                ####
  9. ####################################################################
  10.  
  11.  
  12. NewTopaz is a "SetFont"-like command to change the Topaz 8 font.
  13. BUT NewTopaz DON'T add another Bitmap-Font to the system,
  14. it simply changes the graphics for Topaz 8.
  15.  
  16. Which means that all programs who normally (default) will use Topaz 8,
  17. now uses your own designed font.
  18.  
  19. Use NewTopaz before running Seka, Cygnus-ED, TextED, Dpaint or whatever,
  20. and your font will show up at Menus, Gadgets and everywhere.
  21.  
  22. Simply write:    NewTopaz Myfont        ; to Install new GFX for Topaz 8
  23.         NewTopaz        ; to RE-Install normal Topaz 8
  24.         NewTopaz ?        ; for Help
  25.  
  26.  
  27. NOTE:
  28. NewTopaz don't use system bitmap-fonts but RAW FILE fonts. (only 768 bytes)
  29. Use ex. PowerFonts 8 to draw and save as RAW DATA.
  30. ONLY and i repeat ONLY fonts sized 8*8 bits can be used here.
  31.  
  32. Some Programs make a Copy of the Topaz 8 font to their own Font-Buffer.
  33. (for speeding up Text-write routines)
  34. These are ex.:    Seka V3.2, Cygnus-ED, BlitzFonts etc.
  35.  
  36. SO, NewTopaz MUST be runned BEFORE that kind of programs.
  37.     (otherwize Topaz 8 will still be used)
  38.